See https://developer.gnome.org/hig/stable/typography.html
https://bugzilla.gnome.org/show_bug.cgi?id=772371
if (priv->drag == NULL)
{
g_task_return_new_error (task, G_IO_ERROR, G_IO_ERROR_NOT_SUPPORTED,
- _("Drag'n'drop from other applications is not supported."));
+ _("Drag’n’drop from other applications is not supported."));
g_object_unref (task);
return;
}
if (priv->handle_is_buffer)
{
g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_FAILED,
- _("Can't transmute a single handle"));
+ _("Can’t transmute a single handle"));
return FALSE;
}
row_properties[ROW_PROP_CHILDREN] =
g_param_spec_object ("children",
P_("Children"),
- P_("Model holding the row's children"),
+ P_("Model holding the row’s children"),
G_TYPE_LIST_MODEL,
GTK_PARAM_READABLE);